ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPAlt<T> Class
ImGearXMPValue type.
Members




In This Topic
    ImGearXMPAlt<T> Class
    In This Topic
    Represents an array of XMP properties.
    Object Model
    ImGearXMPAlt<T> Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class ImGearXMPAlt(Of T As {New, ImGearXMPValue}) 
       Inherits ImGearXMPArray(Of T)
    'Usage
     
    Dim instance As ImGearXMPAlt(Of T)
    [DefaultMember("Item")]
    public sealed class ImGearXMPAlt<T> : ImGearXMPArray<T> 
    where T: new(), ImGearXMPValue
    [DefaultMember("Item")]
    public __gc __sealed class ImGearXMPAlt<T> : public ImGearXMPArray<T> 
    where T: gcnew(), ImGearXMPValue
    [DefaultMember("Item")]
    generic<typename T>
    public ref class ImGearXMPAlt sealed : public ImGearXMPArray<T> 
    where T: gcnew(), ImGearXMPValue
    Type Parameters
    T
    ImGearXMPValue type.
    Remarks
    This class represents an array of XMP properties, one of which should be chosen by the application or by the user. First item in the array is considered to be the default one.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.XMP.ImGearXMPArray<T>
          ImageGear.Formats.XMP.ImGearXMPAlt<T>

    See Also